kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]byteArrayOf
byte
Array
Of
Common
fun
byteArrayOf
(
vararg
elements
:
Byte
)
:
ByteArray
Content copied to clipboard
Returns an array containing the specified
Byte
numbers.